[INFO] fetching crate eventmill 0.4.0...
[INFO] testing eventmill-0.4.0 against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] extracting crate eventmill 0.4.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate eventmill 0.4.0
[INFO] finished tweaking crates.io crate eventmill 0.4.0
[INFO] tweaked toml for crates.io crate eventmill 0.4.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate eventmill 0.4.0 on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 151 packages to latest compatible versions
[INFO] [stderr]       Adding bigdecimal v0.1.2 (available: v0.4.10)
[INFO] [stderr]       Adding proptest v0.9.6 (available: v1.11.0)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.18)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rusty-fork v0.2.2
[INFO] [stderr]   Downloaded proptest v0.9.6
[INFO] [stderr]   Downloaded pulldown-cmark v0.9.6
[INFO] [stderr]   Downloaded eventmill_derive v0.3.0
[INFO] [stderr]   Downloaded bigdecimal v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 80564e8da8f9f5af58a1806c7f7171fe13836c145ce1a6450ea56f9604a62817
[INFO] running `Command { std: "docker" "start" "80564e8da8f9f5af58a1806c7f7171fe13836c145ce1a6450ea56f9604a62817", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "80564e8da8f9f5af58a1806c7f7171fe13836c145ce1a6450ea56f9604a62817" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "80564e8da8f9f5af58a1806c7f7171fe13836c145ce1a6450ea56f9604a62817", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "80564e8da8f9f5af58a1806c7f7171fe13836c145ce1a6450ea56f9604a62817" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling eventmill v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/event/mod.rs:216:72
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn transmute<U, B>(self, other_data: &'a U) -> DomainEventView<'_, U, B>
[INFO] [stdout]     |                                               --                       ^^ the same lifetime is elided here
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 216 -     pub fn transmute<U, B>(self, other_data: &'a U) -> DomainEventView<'_, U, B>
[INFO] [stdout] 216 +     pub fn transmute<U, B>(self, other_data: &'a U) -> DomainEventView<'a, U, B>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.15s
[INFO] running `Command { std: "docker" "inspect" "80564e8da8f9f5af58a1806c7f7171fe13836c145ce1a6450ea56f9604a62817", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "80564e8da8f9f5af58a1806c7f7171fe13836c145ce1a6450ea56f9604a62817" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling pulldown-cmark v0.9.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rusty-fork v0.2.2
[INFO] [stderr]    Compiling proptest v0.9.6
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling bigdecimal v0.1.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling eventmill v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/event/mod.rs:216:72
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn transmute<U, B>(self, other_data: &'a U) -> DomainEventView<'_, U, B>
[INFO] [stdout]     |                                               --                       ^^ the same lifetime is elided here
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 216 -     pub fn transmute<U, B>(self, other_data: &'a U) -> DomainEventView<'_, U, B>
[INFO] [stdout] 216 +     pub fn transmute<U, B>(self, other_data: &'a U) -> DomainEventView<'a, U, B>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling toml v0.7.8
[INFO] [stderr]    Compiling version-sync v0.9.5
[INFO] [stdout] warning: fields `pos_x` and `pos_y` are never read
[INFO] [stdout]   --> src/event/tests.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     struct Turtle {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 82 |         id: u32,
[INFO] [stdout] 83 |         pos_x: i32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 84 |         pos_y: i32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Turtle` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `pos_x` and `pos_y` are never read
[INFO] [stdout]    --> src/event/tests.rs:241:9
[INFO] [stdout]     |
[INFO] [stdout] 239 |     struct Turtle {
[INFO] [stdout]     |            ------ fields in this struct
[INFO] [stdout] 240 |         id: u32,
[INFO] [stdout] 241 |         pos_x: i32,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 242 |         pos_y: i32,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Turtle` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `pos_x` and `pos_y` are never read
[INFO] [stdout]    --> src/event/tests.rs:282:9
[INFO] [stdout]     |
[INFO] [stdout] 280 |     struct Turtle {
[INFO] [stdout]     |            ------ fields in this struct
[INFO] [stdout] 281 |         id: u32,
[INFO] [stdout] 282 |         pos_x: i32,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 283 |         pos_y: i32,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Turtle` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/event/mod.rs:216:72
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn transmute<U, B>(self, other_data: &'a U) -> DomainEventView<'_, U, B>
[INFO] [stdout]     |                                               --                       ^^ the same lifetime is elided here
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 216 -     pub fn transmute<U, B>(self, other_data: &'a U) -> DomainEventView<'_, U, B>
[INFO] [stdout] 216 +     pub fn transmute<U, B>(self, other_data: &'a U) -> DomainEventView<'a, U, B>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 30.59s
[INFO] running `Command { std: "docker" "inspect" "80564e8da8f9f5af58a1806c7f7171fe13836c145ce1a6450ea56f9604a62817", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "80564e8da8f9f5af58a1806c7f7171fe13836c145ce1a6450ea56f9604a62817" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/event/mod.rs:216:72
[INFO] [stderr]     |
[INFO] [stderr] 216 |     pub fn transmute<U, B>(self, other_data: &'a U) -> DomainEventView<'_, U, B>
[INFO] [stderr]     |                                               --                       ^^ the same lifetime is elided here
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 216 -     pub fn transmute<U, B>(self, other_data: &'a U) -> DomainEventView<'_, U, B>
[INFO] [stderr] 216 +     pub fn transmute<U, B>(self, other_data: &'a U) -> DomainEventView<'a, U, B>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `eventmill` (lib) generated 1 warning (run `cargo fix --lib -p eventmill` to apply 1 suggestion)
[INFO] [stderr] warning: fields `pos_x` and `pos_y` are never read
[INFO] [stderr]   --> src/event/tests.rs:83:9
[INFO] [stderr]    |
[INFO] [stderr] 81 |     struct Turtle {
[INFO] [stderr]    |            ------ fields in this struct
[INFO] [stderr] 82 |         id: u32,
[INFO] [stderr] 83 |         pos_x: i32,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr] 84 |         pos_y: i32,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Turtle` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `pos_x` and `pos_y` are never read
[INFO] [stderr]    --> src/event/tests.rs:241:9
[INFO] [stderr]     |
[INFO] [stderr] 239 |     struct Turtle {
[INFO] [stderr]     |            ------ fields in this struct
[INFO] [stderr] 240 |         id: u32,
[INFO] [stderr] 241 |         pos_x: i32,
[INFO] [stderr]     |         ^^^^^
[INFO] [stderr] 242 |         pos_y: i32,
[INFO] [stderr]     |         ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Turtle` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `pos_x` and `pos_y` are never read
[INFO] [stderr]    --> src/event/tests.rs:282:9
[INFO] [stderr]     |
[INFO] [stderr] 280 |     struct Turtle {
[INFO] [stderr]     |            ------ fields in this struct
[INFO] [stderr] 281 |         id: u32,
[INFO] [stderr] 282 |         pos_x: i32,
[INFO] [stderr]     |         ^^^^^
[INFO] [stderr] 283 |         pos_y: i32,
[INFO] [stderr]     |         ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Turtle` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `eventmill` (lib test) generated 4 warnings (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/eventmill-f295378a791e32cf)
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test aggregate::tests::generation::default_generation_number_is_0 ... ok
[INFO] [stdout] test aggregate::tests::generation::increment_wraps_around_on_max_value ... ok
[INFO] [stdout] test dispatch::tests::core::increment_counter_with_no_events_in_store ... ok
[INFO] [stdout] test aggregate::tests::generation::can_be_converted_into_a_sequence ... ok
[INFO] [stdout] test event::tests::domain_event::two_events_are_equal_if_all_fields_are_equal ... ok
[INFO] [stdout] test event::tests::domain_event::two_events_are_not_equal_if_the_data_fields_are_different ... ok
[INFO] [stdout] test aggregate::tests::generation::increment_increases_the_number_by_1 ... ok
[INFO] [stdout] test event::tests::domain_event_view::can_be_cloned_without_requiring_aggregate_to_implement_clone ... ok
[INFO] [stdout] test event::tests::new_event::can_be_cloned_without_requiring_aggregate_to_implement_clone ... ok
[INFO] [stdout] test event::tests::domain_event::can_be_cloned_without_requiring_aggregate_to_implement_clone ... ok
[INFO] [stdout] test event::tests::sequence::next_value_wraps_around_on_max_value ... ok
[INFO] [stdout] test event::tests::new_event::two_events_are_equal_if_all_fields_are_equal ... ok
[INFO] [stdout] test event::tests::sequence::default_sequence_number_is_0 ... ok
[INFO] [stdout] test aggregate::tests::generation::display_formats_like_an_integer ... ok
[INFO] [stdout] test event::tests::domain_event::two_events_are_not_equal_if_the_sequence_fields_are_different ... ok
[INFO] [stdout] test aggregate::tests::generation::can_be_converted_from_a_sequence ... ok
[INFO] [stdout] test event::tests::domain_event::two_events_are_not_equal_if_the_id_fields_are_different ... ok
[INFO] [stdout] test event::tests::new_event::two_events_are_not_equal_if_the_id_fields_are_different ... ok
[INFO] [stdout] test event::tests::sequence::can_be_converted_from_a_generation ... ok
[INFO] [stdout] test event::tests::sequence::next_value_returns_this_sequence_plus_1 ... ok
[INFO] [stdout] test event::tests::sequence::can_be_converted_into_a_generation ... ok
[INFO] [stdout] test event::tests::sequence::display_formats_like_an_integer ... ok
[INFO] [stdout] test event::tests::wrap_events::current_sequence_increases_by_the_number_of_events ... ok
[INFO] [stdout] test event::tests::wrap_events::the_returned_events_have_sequence_numbers_in_ascending_order ... ok
[INFO] [stdout] test event::tests::new_event::two_events_are_not_equal_if_the_data_fields_are_different ... ok
[INFO] [stdout] test event::tests::wrap_events::number_of_returned_events_is_equal_to_the_number_of_input_events ... ok
[INFO] [stdout] test dispatch::tests::core::increment_counter_with_some_events_in_store ... ok
[INFO] [stdout] test event::tests::wrap_events_with_metadata::the_time_of_the_events_is_in_ascending_order ... ok
[INFO] [stdout] test event::tests::wrap_events::the_order_of_the_events_does_not_change ... ok
[INFO] [stdout] test event::tests::wrap_events::the_time_of_the_events_is_in_ascending_order ... ok
[INFO] [stdout] test event::tests::wrap_events::the_time_of_the_events_is_between_start_and_end_of_the_wrap_function ... ok
[INFO] [stdout] test event::tests::wrap_events_with_metadata::number_of_returned_events_is_equal_to_the_number_of_input_events ... ok
[INFO] [stdout] test event::tests::wrap_events_with_metadata::the_time_of_the_events_is_between_start_and_end_of_the_wrap_function ... ok
[INFO] [stdout] test event::tests::wrap_events_with_metadata::the_returned_events_have_sequence_numbers_in_ascending_order ... ok
[INFO] [stdout] test event::tests::wrap_events_with_metadata::all_events_get_a_copy_of_the_same_metadata ... ok
[INFO] [stdout] test event::tests::wrap_events_with_metadata::current_sequence_increases_by_the_number_of_events ... ok
[INFO] [stdout] test event::tests::wrap_events_with_metadata::the_order_of_the_events_does_not_change ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/version_numbers.rs (/opt/rustwide/target/debug/deps/version_numbers-32df5c8d88b2efed)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_html_root_url ... ok
[INFO] [stdout] test test_readme_deps ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_readme_deps stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_readme_deps' (1553) panicked at tests/version_numbers.rs:5:5:
[INFO] [stdout] could not read ../README.md: No such file or directory (os error 2)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6218705028d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6218705028d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6218705028d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6218705028d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621870517afa - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621870517afa - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x621870507162 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x621870507162 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x6218704e1966 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6218704e1966 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6218704fad19 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6218701b58ac - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x6218701b58ac - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6218704faf92 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x6218704faf92 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6218704e1a22 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6218704d6c29 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6218704e273d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6218705182bc - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6218701a8348 - core[28b146924c2f19c6]::panicking::panic_display::<alloc[95e62e727ddf147d]::string::String>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:259:5
[INFO] [stdout]   20:     0x6218701a851f - version_numbers[dd3b8fffc0682f85]::test_readme_deps
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/version_numbers.rs:5:5
[INFO] [stdout]   21:     0x6218701a83f7 - version_numbers[dd3b8fffc0682f85]::test_readme_deps::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/version_numbers.rs:4:22
[INFO] [stdout]   22:     0x6218701a88a6 - <version_numbers[dd3b8fffc0682f85]::test_readme_deps::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x6218701a898b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x6218701a898b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x6218701b6205 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x6218701b6205 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x6218701b6205 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x6218701b6205 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x6218701b6205 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x6218701b6205 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x6218701b6205 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x6218701b0d64 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x6218701b0d64 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x6218701b9282 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x6218701b9282 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x6218701b9282 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x6218701b9282 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x6218701b9282 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x6218701b9282 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x6218701b9282 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x62187050222f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   42:     0x62187050222f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x78378abdfaa4 - <unknown>
[INFO] [stdout]   44:     0x78378ac6ca64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_readme_deps
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test version_numbers`
[INFO] running `Command { std: "docker" "inspect" "80564e8da8f9f5af58a1806c7f7171fe13836c145ce1a6450ea56f9604a62817", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80564e8da8f9f5af58a1806c7f7171fe13836c145ce1a6450ea56f9604a62817", kill_on_drop: false }`
[INFO] [stdout] 80564e8da8f9f5af58a1806c7f7171fe13836c145ce1a6450ea56f9604a62817
